home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / VNULabs / Coctel / w98c.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-01-04  |  1.5 KB  |  40 lines

  1. ;InnoSetupVersion=1.3.21
  2. [Setup]
  3. AppName=Windows 98 Configurator
  4. AppVerName=Windows 98 Configurator v0.5.0.24
  5. AppId=Windows 98 Configurator
  6. DefaultDirName={pf}\Windows 98 Configurator
  7. DefaultGroupName=Windows 98 Configurator
  8. OutputBaseFilename=w98c
  9. Compression=zip
  10. PrivilegesRequired=none
  11. AllowNoIcons=yes
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\w98c.exe"; DestDir: "{app}"; 
  17. Source: "{app}\file_id.diz"; DestDir: "{app}"; 
  18. Source: "{app}\stylekw.css"; DestDir: "{app}"; 
  19. Source: "{app}\opis.html"; DestDir: "{app}"; 
  20. Source: "{app}\opis_en.html"; DestDir: "{app}"; 
  21. Source: "{app}\w98c.ini"; DestDir: "{app}"; 
  22. Source: "{app}\Licence.txt"; DestDir: "{app}"; 
  23. Source: "{app}\Dansk.wcl"; DestDir: "{app}"; 
  24. Source: "{app}\Deutsch.wcl"; DestDir: "{app}"; 
  25. Source: "{app}\English.wcl"; DestDir: "{app}"; 
  26. Source: "{app}\Espa
  27. ol.wcl"; DestDir: "{app}"; 
  28. Source: "{app}\Fran
  29. aise.wcl"; DestDir: "{app}"; 
  30. Source: "{app}\Italiano.wcl"; DestDir: "{app}"; 
  31. Source: "{app}\Nederlands.wcl"; DestDir: "{app}"; 
  32. Source: "{app}\Polski.wcl"; DestDir: "{app}"; 
  33. Source: "{app}\Portugu
  34. s (Brasil).wcl"; DestDir: "{app}"; 
  35. Source: "{app}\Russian.wcl"; DestDir: "{app}"; 
  36. Source: "{app}\Svenska.wcl"; DestDir: "{app}"; 
  37. [Icons]
  38. Name: "{group}\Windows 98 Configurator"; Filename: "{app}\w98c.exe"; 
  39. Name: "{group}\Description"; Filename: "{app}\opis_en.html"; 
  40.